home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3291 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: ipoline.com!news
  2. From: edwin@ipoline.com (Edwin Chan)
  3. Newsgroups: comp.lang.c++
  4. Subject: C++ compiler on UNIX
  5. Date: Tue, 23 Jan 1996 04:05:49 GMT
  6. Organization: InterPacific Online
  7. Message-ID: <4e1n6h$9ka@ipo.ipoline.com>
  8. NNTP-Posting-Host: pm1a14.ipoline.com
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. 1. On any particular UNIX system, is there a generic command to find
  12. out the version of compiler (C or C++) currently installed on a
  13. system? If there are specific commands for different UNIX systems, I
  14. am particularly interested in the answers for HP-UX, Solaris, AIX and
  15. IRIX. I know that for a fact for GNU C++ compiler, you can usually use
  16. the command gcc -v command to find out the version of GNU C++ compiler
  17. on a particular UNIX system. However, I am more interested if there is
  18. any generic commands or specific commands to find out the versions of
  19. C/C++ compiler from each of the UNIX vendors mentioned above? I tried
  20. "string <path of C/C++ compiler executable> version" but this does not
  21. seems to work all the time.
  22.  
  23. 2. Other than GNU C++ compiler, are there any third party C++ compiler
  24. vendors other than those supplied by the UNIX hardware vendors such as
  25. HP, IBM, Sun and SGI? If so, is there a list of these vendors
  26. somewhere on the Internet and their associated Web pages? Do these
  27. vendors supply a portable C++ compiler across some of the major UNIX
  28. platforms? 
  29.  
  30. Any assistance will be very much appreciated.
  31.  
  32. Any pointers will be very much appreciated.
  33.  
  34.  
  35.